home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-06 | 1.3 KB | 77 lines | [TEXT/MPS ] |
- /*______________________________________________________*/
- /* Sound I/O Demo */
- /* by */
- /* RICHARD P. COLLYER */
- /* Developer Technical Support */
- /* Apple Computer, Inc. */
- /* 11/14/91 */
- /*______________________________________________________*/
-
- #include "Types.r"
-
- resource 'DITL' (128) {
- { /* array DITLarray: 5 elements */
- /* [1] */
- {90, 124, 110, 182},
- Button {
- enabled,
- "OK"
- },
- /* [2] */
- {10, 63, 62, 309},
- StaticText {
- disabled,
- ""
- },
- /* [3] */
- {20, 18, 52, 50},
- Icon {
- disabled,
- 0
- },
- /* [4] */
- {65, 63, 82, 162},
- StaticText {
- disabled,
- "The Error Was:"
- },
- /* [5] */
- {65, 165, 81, 240},
- StaticText {
- disabled,
- ""
- }
- }
- };
-
- resource 'DLOG' (128) {
- {40, 40, 157, 352},
- documentProc,
- visible,
- goAway,
- 0x0,
- 128,
- ""
- };
-
- resource 'SIZE' (0) {
- reserved,
- ignoreSuspendResumeEvents,
- reserved,
- cannotBackground,
- notMultiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- notHighLevelEventAware,
- onlyLocalHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 128000,
- 128000
- };
-